Conversation
There was a problem hiding this comment.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'Benchmark Results'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.
| Benchmark suite | Current: dc4b0a2 | Previous: bc468de | Ratio |
|---|---|---|---|
Autodiff/mesolve/Reverse (Enzyme) |
780431549 ns |
599993487 ns |
1.30 |
This comment was automatically generated by workflow using github-action-benchmark.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #686 +/- ##
===========================================
- Coverage 93.41% 36.04% -57.38%
===========================================
Files 57 62 +5
Lines 3963 3940 -23
===========================================
- Hits 3702 1420 -2282
- Misses 261 2520 +2259 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
This PR is also the first implementation related to issue #675 |
|
As discussed in the admin meeting on May 6, 2026, we are going to introduce Several rename works still need to be done. |
Checklist
Thank you for contributing to
QuantumToolbox.jl! Please make sure you have finished the following tasks before opening the PR.make test.juliaformatted by running:make format.docs/folder) related to code changes were updated and able to build locally by running:make docs.CHANGELOG.mdshould be updated (regarding to the code changes) and built by running:make changelog.Request for a review after you have completed all the tasks. If you have not finished them all, you can also open a Draft Pull Request to let the others know this on-going work.
Description
Describe the proposed change here.
Related issues or PRs
Please mention the related issues or PRs here. If the PR fixes an issue, use the keyword close/closes/closed/fix/fixes/fixed/resolve/resolves/resolved followed by the issue id, e.g. fix #[id]
Additional context